ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Sunburst<T> Class / ChildItemsPath Property

In This Topic
    ChildItemsPath Property (Sunburst<T>)
    In This Topic
    Gets or sets the name of the property (or properties) used to generate child items in hierarchical data.
    Syntax
    'Declaration
     
    Public Property ChildItemsPath As String
    public string ChildItemsPath {get; set;}
    See Also